SftTree/NET 2.0

BackColorOdd Property, SftTree Class

Softel vdm, Inc.

Defines the default background color for items in the item area (odd numbered items).

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property BackColorOdd As Color

C#   

public Color BackColorOdd { get; set; }

C++   

public: property Color BackColorOdd {
        Color get();
        void set(Color value);
}

Property Value

The default value is Color.Empty.

Comments

The BackColorOdd property defines the default background color for items in the item area (odd numbered items).

Columns, items and cells can override the background color using the ColumnClass.BackColor, ItemClass.BackColor and CellBaseClass.BackColor properties.

The BackColor property also defines the default background color for items in the item area. BackColor and BackColorOdd are used alternating between items, so every even numbered item in the display area uses BackColor, every odd numbered item uses BackColorOdd. The first displayed item is considered item 0.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com